home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10937 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: cph-1.news.DK.net!dkuug!dknet!usenet
  2. From: hpr@ammulti.dk (Henrik Ravn)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Does Borland C++ 5.0 do Dos DPMI-32 (Does it include PowerPak for Dos)?
  5. Date: Mon, 11 Mar 1996 12:45:29 GMT
  6. Organization: Customer at DKnet
  7. Message-ID: <4i179e$j6o@news.dknet.dk>
  8. References: <4hdetv$bhp@frodo.smartlink.net> <313BADFC.4D63@public.sta.net.cn> <4hu20f$23@nnrp1.news.primenet.com>
  9. NNTP-Posting-Host: 194.192.64.2
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. jrice@primenet.com (Jer) wrote:
  13.  
  14. .... things left out ...
  15.  
  16. >Borland 5 does not support DPMI, thats why they bundle BC++ 4.52 with
  17. >BC++ 5. It does support it. However, in order to get DPMI extension
  18. >you still have to buy the Power Pack.  BC++ 5 is in essense a Windows
  19. >only compiler, as far as I know. The bundled BC++ 4.52 does not
  20. >support the latest features, as in name spaces, etc. Watcom on the
  21. >other hand upgraded everything. All their compilers support the latest
  22. >features. It upsets me that Borland has summarily decided to drop dos
  23. >development. I have many many programs that require maintenance that
  24. >will take years to convert to Win 95, or Win 3.1 for that matter, that
  25. >would benifit from the new C++ features and dos extension. Borland, I
  26. >guess, expects us to throw away millions of lines of code, just so
  27. >that we can upgrade to their new toy. 
  28.  
  29. Well, perhaps you don't have to throw 1E6s of lines away after all...
  30.  
  31. I write lots of programs that are command-line apps that really
  32. doesn't need any GUI at all. I still program them as I would a
  33. DOS-program, but they run flat-mode 32-bit. What I do, is I build them
  34. as Win32 __console__ apps. These apps can be run from the Win95
  35. 'DOS'-box. I do this every day and it's a breeze.
  36.  
  37. This (of course) requires that you run Win95 (or NT), but the new 5.0
  38. IDE only runs on these platforms anyway. In short, you can get the
  39. effect you look for, without the PowerPack.
  40.  
  41. Have fun,
  42. hpr
  43.  
  44. "So I opened my door to my enemies,
  45. and I asked, could we wipe the slate clean.
  46. But they tell me to please go and f**k myself ...
  47. you know you just can't win." 
  48. - Pink Floyd
  49.  
  50.  
  51.